projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0e360
)
(WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):
author
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:12:27 +0000
(
05:12
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Fri, 17 Apr 1998 05:12:27 +0000
(
05:12
+0000)
New message macros.
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index c5372755c4719ce004e72b4339a7313c10e20d6a..5b4ac1ced012d69c5a35f2d8c300339511db1a2c 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-603,7
+603,9
@@
extern void w32_unload_font ();
#define WM_EMACS_DESTROYWINDOW (WM_EMACS_START + 0x06)
#define WM_EMACS_TRACKPOPUPMENU (WM_EMACS_START + 0x07)
#define WM_EMACS_SETFOCUS (WM_EMACS_START + 0x08)
-#define WM_EMACS_END (WM_EMACS_START + 0x10)
+#define WM_EMACS_SETFOREGROUND (WM_EMACS_START + 0x09)
+#define WM_EMACS_SETLOCALE (WM_EMACS_START + 0x0a)
+#define WM_EMACS_END (WM_EMACS_START + 0x0b)
#define WND_FONTWIDTH_INDEX (0)
#define WND_LINEHEIGHT_INDEX (4)